Vcenter NamespaceManagement EdgeClusterCompatibility FilterSpec

Vcenter NamespaceManagement EdgeClusterCompatibility FilterSpec
Vcenter NamespaceManagement EdgeClusterCompatibility FilterSpec

This schema is deprecated as of vSphere API 9.1.0.0.

The Vcenter NamespaceManagement EdgeClusterCompatibility FilterSpec schema contains properties used to filter the results when listing Edge Clusters (see GET /vcenter/namespace-management/edge-cluster-compatibility) and their compatibility information.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "compatible": false
}
boolean
compatible
Optional

This property is deprecated as of vSphere API 9.1.0.0.

Compatibility criteria for matching the filter. If true, only Edge Clusters which are compatible with vSphere Namespaces match the filter. If false, only Edge Clusters which are incompatible with vSphere Namespaces match the filter.

This property was added in vSphere API 7.0.0.0.

If missing or null, both compatible and incompatible Edge Clusters match the filter.

Deprecated